Promote COVIDcast option in load dialog #109
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR moves the "COVIDcast" endpoint item to the 2nd position of the "Load from Epidata API" dialog. It also hints at future renaming, and away from the COVID-specificity that it might suggest.
I moved it to the second in the list and not the first because the first is "ILINet (aka FluView)", which is still actively updated, it has a long historical record of data (it goes back to 1997!), and it is already used as the sample signal (on initial page load).
closes #75
EDIT: this PR now also includes an improvement to the CI process where it shows actionable information when the code fails the
prettier
check. Previously, it would simply list affected file names and say: "[warn] Code style issues found in the above file. Forgot to run Prettier?
".